home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
Calendar
/
CalendarInspector.h
< prev
next >
Wrap
Text File
|
1992-12-19
|
775b
|
32 lines
//----------------------------------------------------------------------------------------------------
//
// CalendarInspector
//
// Inherits From: IBInspector
//
// Declared In: CalendarInspector.h
//
// Class Description
//
// Manages custom IB attributes inspection for the Calendar class.
//
//
// Disclaimer
//
// You may freely copy, distribute and reuse this software and its
// associated documentation. I disclaim any warranty of any kind,
// expressed or implied, as to its fitness for any particular use.
//
//----------------------------------------------------------------------------------------------------
#import <appkit/appkit.h>
#import <apps/InterfaceBuilder.h>
@interface CalendarInspector:IBInspector
{
id calendar;
id disableButton;
}
@end